get

abstract operator fun get(index: Int): Char

Returns the character at the specified index in this character sequence.

Throws

if the index is out of bounds of this character sequence.